This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6442: Enabling kernel CONFIG_GPIO_SYSFS config in AM64 Linux SDK

Part Number: AM6442

Hi TI experts,

I’m working on AM64-EVM and trying to enable CONFIG_GPIO_SYSFS in the Linux SDK v11.01.05.03.

I'm aware that the sysfs GPIO interface is deprecated, but I still need to use it temporarily for backward-compatibility purposes.

So far, I have added "CONFIG_GPIO_SYSFS=y" to "arch/arm64/configs/defconfig". However, after rebuilding, I don’t see this option enabled in the generated .config file (however adding some other config works fine).

It looks like something in the build system might be filtering it out, or the option may be gated behind another Kconfig symbol.

Could you please clarify whether CONFIG_GPIO_SYSFS is intentionally disabled or pruned in the AM64 Linux SDK?If there is a recommended way to force-enable it despite its deprecated status?Whether additional Kconfig dependencies must be set for this option to appear?

Any guidance would be appreciated.