mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
a33aca10ac
Enable PCI options so that sandbox can be used for testing this bus with driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
302 B
Text
15 lines
302 B
Text
CONFIG_OF_CONTROL=y
|
|
CONFIG_OF_HOSTFILE=y
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_VERBOSE=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_DM=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sandbox"
|
|
CONFIG_CROS_EC=y
|
|
CONFIG_DM_CROS_EC=y
|
|
CONFIG_CROS_EC_SANDBOX=y
|
|
CONFIG_CROS_EC_KEYB=y
|
|
CONFIG_CMD_CROS_EC=y
|
|
CONFIG_PCI=y
|
|
CONFIG_DM_PCI=y
|
|
CONFIG_PCI_SANDBOX=y
|