diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-04-20 14:03:13 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-04-20 14:03:13 +0200 |
| commit | cd5a925929cc08a43749028ab76476f2e31c3c41 (patch) | |
| tree | 4c64dc7c2175c09bad0be3026bad4dbe2e8e59f3 /configs | |
| parent | b616b4946b578b756281d6e77b19fc0c1ae59699 (diff) | |
evalsheet: rename menu and config name
Label the menu item "Evaluation sheet" and name the config item
CONFIG_EVALSHEET.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/advanced_defconfig | 2 | ||||
| -rw-r--r-- | configs/beginner_defconfig | 2 | ||||
| -rw-r--r-- | configs/test_defconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/advanced_defconfig b/configs/advanced_defconfig index 1c17ad1..9304d1c 100644 --- a/configs/advanced_defconfig +++ b/configs/advanced_defconfig @@ -24,7 +24,7 @@ CONFIG_UBI=y CONFIG_MTD=y CONFIG_FLASH_FILESYSTEM=y CONFIG_FLASH_TECH=y -CONFIG_FORMS=y +CONFIG_EVALSHEET=y # CONFIG_MIDDLEWARE is not set CONFIG_KERNEL=y CONFIG_KERNEL_CHAR_DEV=y diff --git a/configs/beginner_defconfig b/configs/beginner_defconfig index de0aba6..9f66735 100644 --- a/configs/beginner_defconfig +++ b/configs/beginner_defconfig @@ -20,7 +20,7 @@ CONFIG_COMPILE_TOOLS=y CONFIG_CROSS_DEVEL=y # CONFIG_ELBE is not set # CONFIG_FLASH is not set -CONFIG_FORMS=y +CONFIG_EVALSHEET=y # CONFIG_MIDDLEWARE is not set CONFIG_KERNEL=y # CONFIG_KERNEL_CHAR_DEV is not set diff --git a/configs/test_defconfig b/configs/test_defconfig index 469578f..b3f8de2 100644 --- a/configs/test_defconfig +++ b/configs/test_defconfig @@ -20,7 +20,7 @@ CONFIG_COMPILE_TOOLS=y CONFIG_CROSS_DEVEL=y # CONFIG_ELBE is not set # CONFIG_FLASH is not set -# CONFIG_FORMS is not set +# CONFIG_EVALSHEET is not set CONFIG_MIDDLEWARE=y CONFIG_KERNEL=y CONFIG_KERNEL_CHAR_DEV=y |
