Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions arch/arm64/configs/adi_zynqmp_defconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CONFIG_KERNEL_ALL_ADI_DRIVERS=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
Expand All @@ -13,8 +13,10 @@
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=16
CONFIG_CGROUPS=y
CONFIG_NAMESPACES=y
Copy link
Copy Markdown
Collaborator

@nunojsa nunojsa Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious, why do we need this? Do we have any sandbox/container thing relying on it?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted. It actually was initially like that, but I decided to try and adhere to the 50/72 rule. Will use the proper formatting in the future. Regarding the NAMESPACES, as per the initial commit that added this (492b6c7), it is needed for Scopy and Chromium. Wrote a more detailed history in the commit body

CONFIG_USER_NS=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_EXPERT=y
CONFIG_PROFILING=y
CONFIG_ARCH_ZYNQMP=y
CONFIG_NR_CPUS=8
Expand Down Expand Up @@ -200,6 +202,7 @@
CONFIG_SPI_XILINX=y
CONFIG_SPI_ZYNQMP_GQSPI=y
CONFIG_PINCTRL=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_XILINX=y
CONFIG_GPIO_ZYNQ=y
CONFIG_GPIO_PCA953X=y
Expand Down
Loading