projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
207d532
)
x86: tangier: kconfig: Guard tangier-specific options
author
Bin Meng
<bmeng.cn@gmail.com>
Sun, 20 Aug 2017 11:33:46 +0000
(
04:33
-0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Thu, 24 Aug 2017 03:00:47 +0000
(11:00 +0800)
These options should not be exposed to other platforms.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
arch/x86/cpu/tangier/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/tangier/Kconfig
b/arch/x86/cpu/tangier/Kconfig
index 86a334047c0b47f2f0d02f03347709c39e470e49..2469b1e7c7a307c0709ecc75f491d261f988689d 100644
(file)
--- a/
arch/x86/cpu/tangier/Kconfig
+++ b/
arch/x86/cpu/tangier/Kconfig
@@
-16,6
+16,8
@@
config INTEL_TANGIER
imply USB
imply USB_DWC3
+if INTEL_TANGIER
+
config SYS_CAR_ADDR
hex
default 0x19200000
@@
-30,3
+32,5
@@
config SYS_CAR_SIZE
config SYS_USB_OTG_BASE
hex
default 0xf9100000
+
+endif