diff options
author | Michal Suchanek | 2022-07-03 20:49:24 +0200 |
---|---|---|
committer | Andre Przywara | 2022-07-18 11:34:26 +0100 |
commit | e038c7a20157f6038e235a649a4e495f34c8a991 (patch) | |
tree | 0f6c0821a7a1bc8c96d3226e34cd689786dd9bf3 /arch/arm/mach-sunxi | |
parent | 642e65749dd4d7b9e660c71a2fd873e9839db8c7 (diff) |
sunxi: lcd: Move range from kconfig description to definition.
KConfig has range option, use it instead of notice in the option
descrition.
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 71a7f8dcee0..f4925aaa895 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -850,8 +850,9 @@ config VIDEO_LCD_DCLK_PHASE int "LCD panel display clock phase" depends on VIDEO_SUNXI || DM_VIDEO default 1 + range 0 3 ---help--- - Select LCD panel display clock phase shift, range 0-3. + Select LCD panel display clock phase shift config VIDEO_LCD_POWER string "LCD panel power enable pin" |