mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
1fa4bfde18
Adjust the cros_ec keyboard driver to support driver model. Make this the default for all Exynos boards so that those that use a keyboard will build correctly with this driver. Signed-off-by: Simon Glass <sjg@chromium.org>
23 lines
394 B
Text
23 lines
394 B
Text
menu "Sandbox architecture"
|
|
depends on SANDBOX
|
|
|
|
config SYS_ARCH
|
|
default "sandbox"
|
|
|
|
config SYS_BOARD
|
|
default "sandbox"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "sandbox"
|
|
|
|
config PCI
|
|
bool "PCI support"
|
|
help
|
|
Enable support for PCI (Peripheral Interconnect Bus), a type of bus
|
|
used on some devices to allow the CPU to communicate with its
|
|
peripherals.
|
|
|
|
config DM_KEYBOARD
|
|
default y
|
|
|
|
endmenu
|