Explorar o código

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>
Bin Meng %!s(int64=7) %!d(string=hai) anos
pai
achega
438505fe69
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      arch/x86/cpu/tangier/Kconfig

+ 4 - 0
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