diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sandbox/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 8aac96f..f078c9e 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -10,9 +10,6 @@ config SYS_BOARD config SYS_CONFIG_NAME default "sandbox" -config DM_TEST - default y - config PCI bool "PCI support" help @@ -20,16 +17,4 @@ config PCI 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 |