diff --git a/cmd/Kconfig b/cmd/Kconfig index 1ab1cf7fb79b9fafa00adb2a5378dd021af9e1ed..162153174f0a7eadc04ee1770668da7de4134a27 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -863,6 +863,12 @@ config CMD_TSI148 This provides various sub-commands to initialise and configure the Turndra tsi148 device. See the command help for full details. +config CMD_UNIVERSE + bool "universe - Command to set up the Turndra Universe controller" + help + This allows setting up the VMEbus provided by this controller. + See the command help for full details. + config CMD_USB bool "usb" help diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index f93d5508bb3d4f0d03bb396498120fa12096c178..faddca88cd578a44d5974f247fc2adc7d438d617 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -13,7 +13,6 @@ * Alphabetical list of all possible commands. */ -#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ #define CONFIG_CMD_ZFS /* ZFS Support */ #endif /* _CONFIG_CMD_ALL_H */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index b8f5535285c3b05bbba49525527f96bfc952a4e2..93501966c5fa1feb9b576222b5ae17c790d3b66f 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -293,7 +293,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_UNIVERSE CONFIG_CMD_UUID CONFIG_CMD_ZBOOT CONFIG_CMD_ZFS