diff --git a/Documentation/platforms/risc-v/esp32p4/boards/esp32p4-tab5/index.rst b/Documentation/platforms/risc-v/esp32p4/boards/esp32p4-tab5/index.rst index 488c220cc5c..dc192f30661 100644 --- a/Documentation/platforms/risc-v/esp32p4/boards/esp32p4-tab5/index.rst +++ b/Documentation/platforms/risc-v/esp32p4/boards/esp32p4-tab5/index.rst @@ -142,6 +142,12 @@ nsh Basic NuttShell configuration (console enabled over the USB Serial/JTAG port, exposed as ``/dev/ttyACM0`` on the host). Brings up the I2C0 bus. +python +------ + +This configuration enables the Python for ESP32-P4 on Tab5. +Please refer to the :doc:`Python Interpreter ` page. + Building and flashing ===================== diff --git a/boards/risc-v/esp32p4/esp32p4-tab5/configs/python/defconfig b/boards/risc-v/esp32p4/esp32p4-tab5/configs/python/defconfig index d5e6407fca3..53ecaad3140 100644 --- a/boards/risc-v/esp32p4/esp32p4-tab5/configs/python/defconfig +++ b/boards/risc-v/esp32p4/esp32p4-tab5/configs/python/defconfig @@ -80,7 +80,6 @@ CONFIG_PREALLOC_TIMERS=0 CONFIG_PSEUDOFS_SOFTLINKS=y CONFIG_RR_INTERVAL=200 CONFIG_SCHED_BACKTRACE=y -CONFIG_SCHED_WAITPID=y CONFIG_SCHED_WORKQUEUE=y CONFIG_SMARTFS_MAXNAMLEN=48 CONFIG_STACK_COLORATION=y