Commit b8970748817bbc07ac1576c9f4c728efd2590218

Authored by Joe Hershberger
Committed by Tom Rini
1 parent 3238639d40

sandbox: Cleanup order and extra defines in defconfig

The defconfigs should not be edited directly. They should be generated
by editing the .config (through menuconfig or whatever) and then run
make savedefconfig to have the Kconfig system generate a clean defconfig

I did this for sandbox here with no actual changes.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 7 additions and 7 deletions Side-by-side Diff

configs/sandbox_defconfig
... ... @@ -8,6 +8,8 @@
8 8 CONFIG_FIT_VERBOSE=y
9 9 CONFIG_FIT_SIGNATURE=y
10 10 CONFIG_CMD_SOUND=y
  11 +CONFIG_CMD_PMIC=y
  12 +CONFIG_CMD_REGULATOR=y
11 13 CONFIG_OF_CONTROL=y
12 14 CONFIG_OF_HOSTFILE=y
13 15 CONFIG_DM_PCI=y
14 16  
15 17  
... ... @@ -21,18 +23,16 @@
21 23 CONFIG_SYS_I2C_SANDBOX=y
22 24 CONFIG_SANDBOX_SPI=y
23 25 CONFIG_SANDBOX_GPIO=y
  26 +CONFIG_DM_PMIC=y
  27 +CONFIG_DM_PMIC_SANDBOX=y
  28 +CONFIG_DM_REGULATOR=y
  29 +CONFIG_DM_REGULATOR_SANDBOX=y
24 30 CONFIG_SOUND=y
25 31 CONFIG_SOUND_SANDBOX=y
26 32 CONFIG_USB=y
27 33 CONFIG_USB_EMUL=y
28 34 CONFIG_USB_STORAGE=y
29 35 CONFIG_DM_RTC=y
30   -CONFIG_CMD_UT_TIME=y
31 36 CONFIG_ERRNO_STR=y
32   -CONFIG_DM_PMIC=y
33   -CONFIG_DM_PMIC_SANDBOX=y
34   -CONFIG_CMD_PMIC=y
35   -CONFIG_DM_REGULATOR=y
36   -CONFIG_DM_REGULATOR_SANDBOX=y
37   -CONFIG_CMD_REGULATOR=y
  37 +CONFIG_CMD_UT_TIME=y