17c6337e2SKevin Hilmanif ARCH_DAVINCI 27c6337e2SKevin Hilman 37c6337e2SKevin Hilmanmenu "TI DaVinci Implementations" 47c6337e2SKevin Hilman 57c6337e2SKevin Hilmancomment "DaVinci Core Type" 67c6337e2SKevin Hilman 7*d0e47fbaSKevin Hilmanconfig ARCH_DAVINCI_DM644x 87c6337e2SKevin Hilman bool "DaVinci 644x based system" 97c6337e2SKevin Hilman 107c6337e2SKevin Hilmancomment "DaVinci Board Type" 117c6337e2SKevin Hilman 127c6337e2SKevin Hilmanconfig MACH_DAVINCI_EVM 13*d0e47fbaSKevin Hilman bool "TI DM644x EVM" 147c6337e2SKevin Hilman default y 15*d0e47fbaSKevin Hilman depends on ARCH_DAVINCI_DM644x 167c6337e2SKevin Hilman help 177c6337e2SKevin Hilman Configure this option to specify the whether the board used 18*d0e47fbaSKevin Hilman for development is a DM644x EVM 197c6337e2SKevin Hilman 205526b3f7SKevin Hilman 215526b3f7SKevin Hilmanconfig DAVINCI_MUX 225526b3f7SKevin Hilman bool "DAVINCI multiplexing support" 235526b3f7SKevin Hilman depends on ARCH_DAVINCI 245526b3f7SKevin Hilman default y 255526b3f7SKevin Hilman help 265526b3f7SKevin Hilman Pin multiplexing support for DAVINCI boards. If your bootloader 275526b3f7SKevin Hilman sets the multiplexing correctly, say N. Otherwise, or if unsure, 285526b3f7SKevin Hilman say Y. 295526b3f7SKevin Hilman 305526b3f7SKevin Hilmanconfig DAVINCI_MUX_DEBUG 315526b3f7SKevin Hilman bool "Multiplexing debug output" 325526b3f7SKevin Hilman depends on DAVINCI_MUX 335526b3f7SKevin Hilman help 345526b3f7SKevin Hilman Makes the multiplexing functions print out a lot of debug info. 355526b3f7SKevin Hilman This is useful if you want to find out the correct values of the 365526b3f7SKevin Hilman multiplexing registers. 375526b3f7SKevin Hilman 385526b3f7SKevin Hilmanconfig DAVINCI_MUX_WARNINGS 395526b3f7SKevin Hilman bool "Warn about pins the bootloader didn't set up" 405526b3f7SKevin Hilman depends on DAVINCI_MUX 415526b3f7SKevin Hilman help 425526b3f7SKevin Hilman Choose Y here to warn whenever driver initialization logic needs 435526b3f7SKevin Hilman to change the pin multiplexing setup. When there are no warnings 445526b3f7SKevin Hilman printed, it's safe to deselect DAVINCI_MUX for your product. 455526b3f7SKevin Hilman 46c5b736d0SKevin Hilmanconfig DAVINCI_RESET_CLOCKS 47c5b736d0SKevin Hilman bool "Reset unused clocks during boot" 48c5b736d0SKevin Hilman depends on ARCH_DAVINCI 49c5b736d0SKevin Hilman help 50c5b736d0SKevin Hilman Say Y if you want to reset unused clocks during boot. 51c5b736d0SKevin Hilman This option saves power, but assumes all drivers are 52c5b736d0SKevin Hilman using the clock framework. Broken drivers that do not 53c5b736d0SKevin Hilman yet use clock framework may not work with this option. 54c5b736d0SKevin Hilman If you are booting from another operating system, you 55c5b736d0SKevin Hilman probably do not want this option enabled until your 56c5b736d0SKevin Hilman device drivers work properly. 57c5b736d0SKevin Hilman 587c6337e2SKevin Hilmanendmenu 597c6337e2SKevin Hilman 607c6337e2SKevin Hilmanendif 61