xref: /rk3399_rockchip-uboot/arch/sandbox/Kconfig (revision a818097a330e73795dc0e783fbb67c5ec86b657f)
1menu "Sandbox architecture"
2	depends on SANDBOX
3
4config SYS_ARCH
5	default "sandbox"
6
7config SYS_BOARD
8	default "sandbox"
9
10config SYS_CPU
11	default "sandbox"
12
13config SYS_CONFIG_NAME
14	default "sandbox"
15
16config PCI
17	bool "PCI support"
18	help
19	  Enable support for PCI (Peripheral Interconnect Bus), a type of bus
20	  used on some devices to allow the CPU to communicate with its
21	  peripherals.
22
23config DM_KEYBOARD
24	default y
25
26endmenu
27