]> Git Repo - J-u-boot.git/commitdiff
pinctrl: renesas: Add Kconfig symbol for conditional build of full PFC tables
authorMarek Vasut <[email protected]>
Mon, 23 Dec 2024 13:34:05 +0000 (14:34 +0100)
committerMarek Vasut <[email protected]>
Wed, 25 Dec 2024 18:29:47 +0000 (19:29 +0100)
By default the pin multiplexing tables used by U-Boot are reduced
to keep the size of the bootloader low. This option allows build of
full pin multiplexing tables the same way they are included in the
Linux kernel. This includes pin multiplexing options for Audio, CAN,
CANFD, DU, INTC, INTC-EX, MSIOF, PWM, SSI, for which there is no
U-Boot driver. This option is disabled by default.

Signed-off-by: Marek Vasut <[email protected]>
drivers/pinctrl/renesas/Kconfig

index 57e88604aa200d347e495377d20a23c1e19c61fe..7ced7d784b378aab42121814145ada05382c144f 100644 (file)
@@ -11,6 +11,17 @@ config PINCTRL_PFC
          both the GPIO definitions and pin control functions for each
          available multiplex function.
 
+config PINCTRL_PFC_FULL
+       bool "Renesas pin control drivers (full size)"
+       depends on PINCTRL_PFC
+       help
+         By default the pin multiplexing tables used by U-Boot are reduced
+         to keep the size of the bootloader low. Enable this option to use
+         full pin multiplexing tables the same way they are included in the
+         Linux kernel. This includes pin multiplexing options for Audio, CAN,
+         CANFD, DU, INTC, INTC-EX, MSIOF, PWM, SSI, for which there is no
+         U-Boot driver.
+
 config PINCTRL_PFC_R8A7790
        bool "Renesas RCar Gen2 R8A7790 pin control driver"
        depends on PINCTRL_PFC
This page took 0.034366 seconds and 4 git commands to generate.