2019-01-23 14:56:00 +08:00
|
|
|
config EMPTY_SLOT
|
|
|
|
bool
|
|
|
|
|
|
|
|
config PTIMER
|
|
|
|
bool
|
|
|
|
|
2024-05-07 14:13:46 +02:00
|
|
|
config DEVICE_TREE
|
|
|
|
bool
|
|
|
|
# fail the build if libfdt not found
|
|
|
|
depends on FDT
|
|
|
|
|
2019-01-23 14:56:00 +08:00
|
|
|
config FITLOADER
|
|
|
|
bool
|
2024-05-07 14:13:46 +02:00
|
|
|
depends on DEVICE_TREE
|
2019-01-23 14:56:00 +08:00
|
|
|
|
2019-07-30 15:40:50 +02:00
|
|
|
config GENERIC_LOADER
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2021-03-15 18:04:39 +01:00
|
|
|
config GUEST_LOADER
|
|
|
|
bool
|
|
|
|
default y
|
2024-05-07 14:13:46 +02:00
|
|
|
depends on TCG && DEVICE_TREE
|
2021-03-15 18:04:39 +01:00
|
|
|
|
2019-05-14 08:13:28 +02:00
|
|
|
config OR_IRQ
|
|
|
|
bool
|
|
|
|
|
2019-01-23 14:56:00 +08:00
|
|
|
config PLATFORM_BUS
|
|
|
|
bool
|
2024-05-07 14:13:46 +02:00
|
|
|
depends on DEVICE_TREE
|
2019-05-14 07:59:34 +02:00
|
|
|
|
|
|
|
config REGISTER
|
|
|
|
bool
|
2019-05-14 10:24:28 +02:00
|
|
|
|
|
|
|
config SPLIT_IRQ
|
|
|
|
bool
|