mirror of
https://xff.cz/git/u-boot/
synced 2025-10-27 16:43:32 +01:00
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>
This commit is contained in:
@@ -16,6 +16,8 @@ config INTEL_TANGIER
|
|||||||
imply USB
|
imply USB
|
||||||
imply USB_DWC3
|
imply USB_DWC3
|
||||||
|
|
||||||
|
if INTEL_TANGIER
|
||||||
|
|
||||||
config SYS_CAR_ADDR
|
config SYS_CAR_ADDR
|
||||||
hex
|
hex
|
||||||
default 0x19200000
|
default 0x19200000
|
||||||
@@ -30,3 +32,5 @@ config SYS_CAR_SIZE
|
|||||||
config SYS_USB_OTG_BASE
|
config SYS_USB_OTG_BASE
|
||||||
hex
|
hex
|
||||||
default 0xf9100000
|
default 0xf9100000
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user