config SEC_RELOC_GPIO tristate "Samsung Legacy-Style Relocated GPIO Interface" default m if SEC_CLASS=m default y if SEC_CLASS=y help TODO: help is not ready. config SEC_RELOC_GPIO_EN bool "Samsung Legacy-Style Relocated GPIO Interface for Factory Mode" depends on SEC_RELOC_GPIO default y if SEC_FACTORY default n help TODO: help is not ready. config SEC_RELOC_GPIO_TEST_FOR_ON_DEVICE tristate "KUnit test for sec_reloc_gpio_test" depends on KUNIT depends on SEC_RELOC_GPIO help TODO: Describe config fully. If you run this test driver on device, SHOULD set this config as 'm' to build test driver modulraly. config SEC_RELOC_GPIO_TEST_FOR_ONLY_UML tristate "KUnit test for sec_reloc_gpio_test" depends on KUNIT depends on UML depends on SEC_RELOC_GPIO help TODO: Describe config fully. This CONFIG is recommended to set to y.