]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kconfig: remove redundant 'default n'
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Oct 2015 09:45:53 +0000 (11:45 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Oct 2015 09:45:53 +0000 (11:45 +0200)
common/Kconfig
drivers/gpio/Kconfig
drivers/video/Kconfig

index bc6760e055fe81c56a9171e943928de5e17d18cd..e70bafb8a291260f2dbd726b8092ec020af803eb 100644 (file)
@@ -28,7 +28,6 @@ menu "Autoboot options"
 
 config AUTOBOOT_KEYED
        bool "Stop autobooting via specific input key / string"
 
 config AUTOBOOT_KEYED
        bool "Stop autobooting via specific input key / string"
-       default n
        help
          This option enables stopping (aborting) of the automatic
          boot feature only by issuing a specific input key or
        help
          This option enables stopping (aborting) of the automatic
          boot feature only by issuing a specific input key or
@@ -55,7 +54,6 @@ config AUTOBOOT_PROMPT
 config AUTOBOOT_ENCRYPTION
        bool "Enable encryption in autoboot stopping"
        depends on AUTOBOOT_KEYED
 config AUTOBOOT_ENCRYPTION
        bool "Enable encryption in autoboot stopping"
        depends on AUTOBOOT_KEYED
-       default n
 
 config AUTOBOOT_DELAY_STR
        string "Delay autobooting via specific input key / string"
 
 config AUTOBOOT_DELAY_STR
        string "Delay autobooting via specific input key / string"
@@ -84,7 +82,6 @@ config AUTOBOOT_STOP_STR
 config AUTOBOOT_KEYED_CTRLC
        bool "Enable Ctrl-C autoboot interruption"
        depends on AUTOBOOT_KEYED && !AUTOBOOT_ENCRYPTION
 config AUTOBOOT_KEYED_CTRLC
        bool "Enable Ctrl-C autoboot interruption"
        depends on AUTOBOOT_KEYED && !AUTOBOOT_ENCRYPTION
-       default n
        help
          This option allows for the boot sequence to be interrupted
          by ctrl-c, in addition to the "bootdelaykey" and "bootstopkey".
        help
          This option allows for the boot sequence to be interrupted
          by ctrl-c, in addition to the "bootdelaykey" and "bootstopkey".
index 9a5d29debb91d271a1bfcf5dd3e0d8d791090c43..6264c03443eced21906e0690070e28acaddcd582 100644 (file)
@@ -17,14 +17,12 @@ config DM_GPIO
 config DWAPB_GPIO
        bool "DWAPB GPIO driver"
        depends on DM && DM_GPIO
 config DWAPB_GPIO
        bool "DWAPB GPIO driver"
        depends on DM && DM_GPIO
-       default n
        help
          Support for the Designware APB GPIO driver.
 
 config LPC32XX_GPIO
        bool "LPC32XX GPIO driver"
        depends on DM
        help
          Support for the Designware APB GPIO driver.
 
 config LPC32XX_GPIO
        bool "LPC32XX GPIO driver"
        depends on DM
-       default n
        help
          Support for the LPC32XX GPIO driver.
 
        help
          Support for the LPC32XX GPIO driver.
 
@@ -52,7 +50,6 @@ config SANDBOX_GPIO_COUNT
 config VYBRID_GPIO
        bool "Vybrid GPIO driver"
        depends on DM
 config VYBRID_GPIO
        bool "Vybrid GPIO driver"
        depends on DM
-       default n
        help
          Say yes here to support Vybrid vf610 GPIOs.
 
        help
          Say yes here to support Vybrid vf610 GPIOs.
 
index caf1efcbb3377b087c7fd5560ca5fa888590af9a..254698a1979be468ab883ff6724f62d4a0ff4eb7 100644 (file)
@@ -6,7 +6,6 @@ menu "Graphics support"
 
 config VIDEO_VESA
        bool "Enable VESA video driver support"
 
 config VIDEO_VESA
        bool "Enable VESA video driver support"
-       default n
        help
          Turn on this option to enable a very simple driver which uses vesa
          to discover the video mode and then provides a frame buffer for use
        help
          Turn on this option to enable a very simple driver which uses vesa
          to discover the video mode and then provides a frame buffer for use
@@ -153,7 +152,6 @@ config FRAMEBUFFER_VESA_MODE
 
 config VIDEO_LCD_ANX9804
        bool "ANX9804 bridge chip"
 
 config VIDEO_LCD_ANX9804
        bool "ANX9804 bridge chip"
-       default n
        ---help---
        Support for the ANX9804 bridge chip, which can take pixel data coming
        from a parallel LCD interface and translate it on the fy into a DP
        ---help---
        Support for the ANX9804 bridge chip, which can take pixel data coming
        from a parallel LCD interface and translate it on the fy into a DP
@@ -161,7 +159,6 @@ config VIDEO_LCD_ANX9804
 
 config VIDEO_LCD_SSD2828
        bool "SSD2828 bridge chip"
 
 config VIDEO_LCD_SSD2828
        bool "SSD2828 bridge chip"
-       default n
        ---help---
        Support for the SSD2828 bridge chip, which can take pixel data coming
        from a parallel LCD interface and translate it on the fly into MIPI DSI
        ---help---
        Support for the SSD2828 bridge chip, which can take pixel data coming
        from a parallel LCD interface and translate it on the fly into MIPI DSI
@@ -191,7 +188,6 @@ config VIDEO_LCD_SSD2828_RESET
 config VIDEO_LCD_HITACHI_TX18D42VM
        bool "Hitachi tx18d42vm LVDS LCD panel support"
        depends on VIDEO
 config VIDEO_LCD_HITACHI_TX18D42VM
        bool "Hitachi tx18d42vm LVDS LCD panel support"
        depends on VIDEO
-       default n
        ---help---
        Support for Hitachi tx18d42vm LVDS LCD panels, these panels have a
        lcd controller which needs to be initialized over SPI, once that is
        ---help---
        Support for Hitachi tx18d42vm LVDS LCD panels, these panels have a
        lcd controller which needs to be initialized over SPI, once that is