summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-som-am335x/Kconfig
blob: 054a1d219f8323ba46d283d50df9ab759f749475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-only

if MACH_PHYTEC_SOM_AM335X

config PHYTEC_SOM_AM335X_OF_AUTOENABLE
	bool
	prompt "Autoenable of components"
	help
	  Say Y to unlock an API for automatically enable either hardware
	  components with existing device drivers or i2c clients. All functions
	  take a device tree path to find the hardware and will fix up the node
	  status in the kernel device tree, if it's accessible.

endif