X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Fsandbox%2FKconfig;h=e1832c931db2a329ed37c16fff636fa9d3c27fa3;hb=8dd70d89a63e5e61fe502ca9c20a896efba92192;hp=3057325b4761c84314dc22206ff5ba0056a2eaae;hpb=64f41212d880f3d00c6994d973aadeec5bda1b65;p=karo-tx-uboot.git diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 3057325b47..e1832c931d 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -10,4 +10,44 @@ config SYS_BOARD config SYS_CONFIG_NAME default "sandbox" +config DM + default y + +config DM_GPIO + default y + +config DM_SERIAL + default y + +config DM_SPI + default y + +config DM_SPI_FLASH + default y + +config DM_I2C + default y + +config DM_TEST + default y + +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 NET + default y + +config NETDEVICES + default y + +config DM_ETH + default y + +config ETH_SANDBOX_RAW + default y + endmenu