From d21f496abaafcf828bd2dc0ec74d275c524fae65 Mon Sep 17 00:00:00 2001 From: Teresa Gámez Date: Tue, 30 Sep 2014 13:15:30 +0200 Subject: commands: add of_display_timings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A lot of boards use display-timings nodes to define the timings of one or more displays. This command makes it possible to list and select displays which are defined in a device tree. Signed-off-by: Teresa Gámez Signed-off-by: Sascha Hauer --- commands/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'commands/Kconfig') diff --git a/commands/Kconfig b/commands/Kconfig index 3a49bafd27..0563e63f0a 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1973,6 +1973,21 @@ config CMD_OF_PROPERTY [00 11 22 .. nn] - byte stream If the value does not start with '<' or '[' it is interpreted as string +config CMD_OF_DISPLAY_TIMINGS + tristate + select OFTREE + prompt "of_display_timings" + help + List and select display timings + + Usage: of_display_timings [-lS] [-s path] [-f dtb] + + Options: + -l list path of all available display-timings + -S list path of all selected display-timings + -s path select display-timings and register oftree fixup + -f dtb work on dtb. Has no effect on -s option + config CMD_OFTREE tristate select OFTREE -- cgit v1.2.3