diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-08-20 04:33:46 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-24 11:00:47 +0800 |
commit | 438505fe696b176cbf56cd34db870e04027d3531 (patch) | |
tree | f9bfa55f29ff467e34d5b80a959416ccb5bc5df8 /arch/x86 | |
parent | 207d532befd6baf2d263ab8d2ba740f0a70fa99f (diff) | |
download | u-boot-438505fe696b176cbf56cd34db870e04027d3531.tar.gz u-boot-438505fe696b176cbf56cd34db870e04027d3531.tar.bz2 u-boot-438505fe696b176cbf56cd34db870e04027d3531.zip |
x86: tangier: kconfig: Guard tangier-specific options
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>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/cpu/tangier/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/cpu/tangier/Kconfig b/arch/x86/cpu/tangier/Kconfig index 86a334047c..2469b1e7c7 100644 --- 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 |