X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fsandbox%2FKconfig;h=f078c9e504de107b19e4fb817d3600550ce8053b;hb=3c6af3bad4f644e050f67146f4a6e177d5e39e76;hp=e7f55fa82a5cedff7cf1019447445556a3d7848d;hpb=3ea143abe957cd771582fcde33e5fb8096bd826e;p=u-boot diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index e7f55fa82a..f078c9e504 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -10,30 +10,6 @@ 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_CROS_EC - 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 @@ -41,13 +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 - endmenu