Skip to content

hexagon: Restore defconfig and add PROC_DOMAIN for ADSP#92

Merged
quic-plai merged 2 commits into
AudioReach:masterfrom
quic-aditrath:hexagon_defconfig
Jun 5, 2026
Merged

hexagon: Restore defconfig and add PROC_DOMAIN for ADSP#92
quic-plai merged 2 commits into
AudioReach:masterfrom
quic-aditrath:hexagon_defconfig

Conversation

@quic-aditrath

Copy link
Copy Markdown
Contributor

The hexagon defconfig was inadvertently removed in commit 81e33b3
(modules: Add pcm_cnv module and dependencies), breaking hexagon
arch builds.

Restore the defconfig and add the mandatory CONFIG_PROC_DOMAIN
entry required by the top-level CMake configure step.
Changes:

  • Restore arch/hexagon/configs/defconfig from the last revision
    before its removal
  • Add CONFIG_PROC_DOMAIN="ADSP" to satisfy the CMake
    configure-time validation check

The hexagon defconfig was inadvertently removed in commit
81e33b3 (modules: Add pcm_cnv module and dependencies).

Restore the file from the last revision before its removal
so that hexagon arch builds can locate their default config.

Signed-off-by: Aditya Rathi <aditrath@qti.qualcomm.com>
The top-level CMakeLists.txt requires CONFIG_PROC_DOMAIN to be
set; an empty or missing value causes a fatal CMake error at
configure time.

Add CONFIG_PROC_DOMAIN="ADSP" to the hexagon defconfig.

Signed-off-by: Aditya Rathi <aditrath@qti.qualcomm.com>
@quic-aditrath
quic-aditrath requested review from a team June 4, 2026 16:37
@quic-plai
quic-plai merged commit da79eca into AudioReach:master Jun 5, 2026
12 checks passed
@quic-aditrath quic-aditrath linked an issue Jun 14, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Defconfig for Hexagon architecture is removed accidentally.

3 participants