Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « sti « reset « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71592b5bfd14f800be26feb97c7bcb3ebf444989 (plain)
1
2
3
4
5
6
7
8
9
10
if ARCH_STI

config STI_RESET_SYSCFG
	bool

config STIH407_RESET
	bool
	select STI_RESET_SYSCFG

endif