x86: tangier: kconfig: Guard tangier-specific options
authorBin Meng <bmeng.cn@gmail.com>
Sun, 20 Aug 2017 11:33:46 +0000 (04:33 -0700)
committerBin 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

index 86a334047c0b47f2f0d02f03347709c39e470e49..2469b1e7c7a307c0709ecc75f491d261f988689d 100644 (file)
@@ -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