]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/sandbox/Kconfig
sandbox: eth: Add network support to sandbox
[people/ms/u-boot.git] / arch / sandbox / Kconfig
CommitLineData
dd84058d
MY
1menu "Sandbox architecture"
2 depends on SANDBOX
3
4config SYS_ARCH
dd84058d
MY
5 default "sandbox"
6
7config SYS_BOARD
dd84058d
MY
8 default "sandbox"
9
10config SYS_CONFIG_NAME
dd84058d
MY
11 default "sandbox"
12
f4aae59f
SG
13config DM
14 default y
15
16config DM_GPIO
17 default y
18
19config DM_SERIAL
20 default y
21
22config DM_CROS_EC
23 default y
24
25config DM_SPI
26 default y
27
28config DM_SPI_FLASH
29 default y
30
31config DM_I2C
32 default y
33
34config DM_TEST
35 default y
36
9569c406
SG
37config PCI
38 bool "PCI support"
39 help
40 Enable support for PCI (Peripheral Interconnect Bus), a type of bus
41 used on some devices to allow the CPU to communicate with its
42 peripherals.
43
3ea143ab
JH
44config NET
45 default y
46
47config NETDEVICES
48 default y
49
50config DM_ETH
51 default y
52
dd84058d 53endmenu