~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/mach-davinci/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: GPL-2.0
  2 
  3 menuconfig ARCH_DAVINCI
  4         bool "TI DaVinci"
  5         depends on ARCH_MULTI_V5
  6         depends on CPU_LITTLE_ENDIAN
  7         select CPU_ARM926T
  8         select DAVINCI_TIMER
  9         select ZONE_DMA
 10         select PM_GENERIC_DOMAINS if PM
 11         select PM_GENERIC_DOMAINS_OF if PM && OF
 12         select REGMAP_MMIO
 13         select RESET_CONTROLLER
 14         select PINCTRL
 15         select PINCTRL_SINGLE
 16 
 17 if ARCH_DAVINCI
 18 
 19 comment "DaVinci Core Type"
 20 
 21 config ARCH_DAVINCI_DA830
 22         bool "DA830/OMAP-L137/AM17x based system"
 23         select ARCH_DAVINCI_DA8XX
 24         # needed on silicon revs 1.0, 1.1:
 25         select CPU_DCACHE_WRITETHROUGH if !CPU_DCACHE_DISABLE
 26         select DAVINCI_CP_INTC
 27 
 28 config ARCH_DAVINCI_DA850
 29         bool "DA850/OMAP-L138/AM18x based system"
 30         select DAVINCI_CP_INTC
 31 
 32 config ARCH_DAVINCI_DA8XX
 33         bool
 34 
 35 config DAVINCI_MUX
 36         bool "DAVINCI multiplexing support"
 37         depends on ARCH_DAVINCI
 38         default y
 39         help
 40           Pin multiplexing support for DAVINCI boards. If your bootloader
 41           sets the multiplexing correctly, say N. Otherwise, or if unsure,
 42           say Y.
 43 
 44 config DAVINCI_MUX_DEBUG
 45         bool "Multiplexing debug output"
 46         depends on DAVINCI_MUX
 47         help
 48           Makes the multiplexing functions print out a lot of debug info.
 49           This is useful if you want to find out the correct values of the
 50           multiplexing registers.
 51 
 52 config DAVINCI_MUX_WARNINGS
 53         bool "Warn about pins the bootloader didn't set up"
 54         depends on DAVINCI_MUX
 55         help
 56           Choose Y here to warn whenever driver initialization logic needs
 57           to change the pin multiplexing setup. When there are no warnings
 58           printed, it's safe to deselect DAVINCI_MUX for your product.
 59 
 60 endif

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php