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